home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / bgui10.lha / docs / buttonclass.doc < prev    next >
Encoding:
Text File  |  1994-07-05  |  1.8 KB  |  60 lines

  1.  
  2.            $RCSfile: buttonclass.doc,v $
  3.         Description: Buttonclass documentation.
  4.           Copyright: (C) Copyright 1994 Jaba Development.
  5.                      (C) Copyright 1994 Jan van den Baard.
  6.                      All Rights Reserved.
  7.  
  8.             $Author: jaba $
  9.           $Revision: 1.1 $
  10.               $Date: 1994/07/04 21:05:30 $
  11. ------------------------------------------------------------------------------
  12.  
  13. TABLE OF CONTENTS
  14.  
  15. buttonclass/--background--
  16. buttonclass/Methods
  17. buttonclass/Attributes
  18.  
  19. buttonclass/--background--                          buttonclass/--background--
  20.  
  21.     NAME
  22.         Class:          buttonclass
  23.         Superclass:     baseclass
  24.         Include File:   <llibraries/bgui.h>
  25.  
  26.     FUNCTION
  27.         To provide a gadget simular to the gadtools.library button  kind.  The
  28.         gadget can either be a normal button or a toggle button.   Vectorclass
  29.         attributes can be passed at create time to add imagery to the gadget.
  30.  
  31.         The  gadget  will  send  the following attributes in it's notification
  32.         events:
  33.  
  34.         GA_ID           - Gadget object ID.
  35.         GA_UserData     - Gadget object userdata contents.
  36.         GA_Selected     - Gadget object selected state.
  37.  
  38.         Please  note  that  the  gadget  will  send  out  interim notification
  39.         messages every single timer tick while the gadget is selected.
  40.  
  41. buttonclass/Methods                                        buttonclass/Methods
  42.  
  43.     NEW METHODS
  44.         None.
  45.  
  46.     CHANGED METHODS
  47.         None.
  48.  
  49. buttonclass/Attributes                                  buttonclass/Attributes
  50.  
  51.     NAME
  52.         GA_Selected - ( BOOL )
  53.  
  54.     FUNCTION
  55.         This  attributes  has  an  extended  applicability.  It  has been made
  56.         get-able  to  make  it  easy to inquire about the selected state of an
  57.         object.
  58.  
  59.         Default is FALSE. Applicability is (ISGNU).
  60.